CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 钩子 键盘

搜索资源列表

  1. 第40章 使用键盘钩子实现按键发音程序

    0下载:
  2. 使用键盘钩子实现按键发音程序-keyboard hook achieve pronunciation keys procedures
  3. 所属分类:书籍源码

    • 发布日期:2014-01-18
    • 文件大小:520758
    • 提供者:王强
  1. 利用底层键盘钩子屏蔽任意按键

    0下载:
  2. 利用底层键盘钩子屏蔽任意按键,象一个病毒-advantage of the underlying keyboard hook shielding arbitrary keys, like a virus
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:84639
    • 提供者:yygt
  1. 一个键盘钩子程序

    0下载:
  2. 截获键盘事件。
  3. 所属分类:钩子与API截获

    • 发布日期:2010-09-13
    • 文件大小:636903
    • 提供者:whiteshark
  1. 利用键盘钩子开发按键发音程序

    0下载:
  2. 按键能发音,其关键就是让程序能够知道当前键盘上是哪个键被按下,并播放相应的声音,自己的程序当然不在话下,那么其它程序当前按下哪个键如何得知呢?利用键盘钩子便可以很好地解决
  3. 所属分类:钩子与API截获

    • 发布日期:2010-11-20
    • 文件大小:37376
    • 提供者:hkjfile@126.com
  1. Hook 钩子去获取鼠标和键盘消息

    1下载:
  2. 利用钩子编程的原理,用一个钩子去获取鼠标和键盘消息,实用性很强-Programming using the principle of the hook with a hook to get the mouse and keyboard messages are very practical
  3. 所属分类:钩子与API截获

    • 发布日期:2014-12-23
    • 文件大小:6144
    • 提供者:莫扬
  1. HookaReg 系统钩子截获系统鼠标和键盘消息

    0下载:
  2. 编写了一个系统钩子截获系统鼠标和键盘消息和一个修改注册表启动项开机运行指定程序的基于MFC的对话框。Hook文件夹包括生成系统钩子的动态链接库的源文件;MyHook文件夹包括所生成的动态链接库和修改注册表启动项等源文件。生成的程序可以保护自己的电脑不被他人使用。注意:1.程序预留的系统启动入口为“Alt+j”(切记!!!);2.本程序在xp系统vc6.0 debug下编译通过(其他系统没试过);3.部分代码是根据本人电脑屏幕尺寸设计(请更改源码)。-Write a system hook int
  3. 所属分类:钩子与API截获

    • 发布日期:2017-04-09
    • 文件大小:2132191
    • 提供者:余福芳
  1. GetPass.rar

    1下载:
  2. 挂接键盘钩子,轻松记录各种密码的源代码,包括QQ,各种游戏帐号等。,Articulated keyboard hook to easily record the password source code, including QQ, games, etc. account.
  3. 所属分类:Hook api

    • 发布日期:2016-03-05
    • 文件大小:24498
    • 提供者:jason
  1. HookPPC.rar

    0下载:
  2. Windows Mobile下的键盘钩子的源代码,适用于PocketPC上,Windows Mobile keyboard hook under the source code, apply on PocketPC
  3. 所属分类:Windows Mobile

    • 发布日期:2017-03-25
    • 文件大小:1167
    • 提供者:王东
  1. jianpanjilu.rar

    0下载:
  2. 键盘记录的C++实现,以及SMTP的C++实现,。程序通过系统钩子函数捕获键盘输入,通过SMTP协议以邮件方式发送到邮箱,Record keyboard the C++ implementation, as well as SMTP implementation of the C++,. Process through the system keyboard hook function to capture, through the SMTP protocol to send messages
  3. 所属分类:Hook api

    • 发布日期:2017-05-11
    • 文件大小:2814882
    • 提供者:buxiaoyang
  1. jpgz.rar

    0下载:
  2. 键盘钩子 无论在前台还是在后台,只要你按键盘,它都能接收到按键信息,并翻译为相应的键码!,Keyboard hook in the front or in the background, as long as you press the keyboard, it can receive key information, and translated into corresponding key code!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:6534
    • 提供者:tsinghua
  1. KeyboardHook.rar

    0下载:
  2. 鼠标,键盘钩子程序。程序已通过调试,能准确检测键盘和鼠标指令。,KeyboardHook program.it can clearly monitor what the keyboard or mouse has input.
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:60269
    • 提供者:luzhen
  1. hook.rar

    0下载:
  2. delphi delphi 鼠标键盘钩子,delphi 鼠标键盘钩子
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:175266
    • 提供者:田焕福
  1. HOOK

    0下载:
  2. 基于vc++,该程序会自动开机启动,运行后会全屏,屏蔽鼠标和键盘操作,但是按下F2键可退出,属于钩子程序-Based on vc++, the program will automatically boot and run after full-screen, mouse and keyboard screen, but pressing the F2 key to exit, is the hook program
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:337952
    • 提供者:hcz
  1. 全局钩子

    0下载:
  2. Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。
  3. 所属分类:编程文档

  1. 201031710519

    0下载:
  2. 锁定鼠标和键盘 采用钩子函数编写 可控制锁定时间 这是小弟自学钩子的成果 希望对各位有帮助 -Lock mouse and keyboard hook function with the preparation time can be controlled locking hook which is the little brother learning the results you want to help
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:154672
    • 提供者:feitlang
  1. MouseKeyboardLib2005

    0下载:
  2. c#封装的鼠标键盘钩子库,实现全部的鼠标键盘钩子功能。-c# keyboard mouse hook package library, the realization of all the mouse functions of the keyboard hook.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:149306
    • 提供者:vincent
  1. ScreenKeyBoard

    0下载:
  2. 使用C#实现屏幕键盘,其中用到了钩子技术哦-The use of C# implementation-screen keyboard, which uses a hook technology Oh
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:169823
    • 提供者:tim
  1. KeyBoarddHook

    0下载:
  2. WinCE键盘钩子——主要使用以下三个函数SetWindowsHookEx:创建钩子 CallNextHookEx:将消息传给钩子链中的下一个钩子 UnhookWindowsHookEx:释放钩子-WinCE keyboard hook- the main use of the following three functions SetWindowsHookEx: Create hooks CallNextHookEx: the message to the next hook in t
  3. 所属分类:Windows Mobile

    • 发布日期:2017-03-30
    • 文件大小:125286
    • 提供者:skyge
  1. hyyly

    0下载:
  2. 中文键盘记录器 拦截并修改输入法+拦截但不修改键盘消息(使用WH_KEYBOARD钩子,对控制台程序无效,稳定性最佳).-English keyboard loggers to intercept and modify the input method+ block, but does not modify the keyboard message (using WH_KEYBOARD hooks on the console is invalid, stability, best).
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:59724
    • 提供者:hyyly
  1. KeyBoardFilterDriver

    0下载:
  2. 该代码的功能是设置键盘钩子,记录键盘操作记录,包括键盘扫描码。-the function of this code is setting keyboard hooking and keeping the log of keyboard operation,the scan code is also included in it.
  3. 所属分类:Hook api

    • 发布日期:2017-03-31
    • 文件大小:139027
    • 提供者:俊豪
« 1 2 34 5 6 7 8 9 10 ... 43 »
搜珍网 www.dssz.com